Suppress continuation prompts in SQL interactive mode
authorMichael Mauger <mmaug@yahoo.com>
Tue, 10 Aug 2010 23:04:32 +0000 (19:04 -0400)
committerMichael Mauger <mmaug@yahoo.com>
Tue, 10 Aug 2010 23:04:32 +0000 (19:04 -0400)
commitf77a7b0246d80e8909d94cdc318f1a545181125b
treed8916abc7de7b140d657f27ed79697b041f55cb5
parentdc97a7ddd99bbad7fc1d99d1192dc2b70d6ac2dd
Suppress continuation prompts in SQL interactive mode

        * progmodes/sql.el: Version 2.5
        (sql-product-alist): Add :prompt-cont-regexp property for several
        database products.
        (sql-prompt-cont-regexp): New variable.
        (sql-output-newline-count, sql-output-by-send): New
        variables. Record number of newlines in input text.
        (sql-send-string): Handle multiple filters and count newlines.
        (sql-send-magic-terminator): Count terminator newline.
        (sql-interactive-remove-continuation-prompt): Filters output to
        remove continuation prompts; one for each newline.
        (sql-interactive-mode): Set up new variables, prompt regexp and
        output filter.
        (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
        (sql-make-alternate-buffer-name): Correct buffer name in edge
        cases.
etc/NEWS
lisp/ChangeLog
lisp/progmodes/sql.el